From 03abe67a54cad4ad241a104d0b722c78d6447c22 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 22 Dec 2007 17:09:26 +0000 Subject: [PATCH] (regexp-history): Add reference to `history-length' in the doc string. --- lisp/replace.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/replace.el b/lisp/replace.el index ebee65b2f40..9134f6881cc 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -513,7 +513,10 @@ which will run faster and will not set the mark or print anything." (defvar regexp-history nil - "History list for some commands that read regular expressions.") + "History list for some commands that read regular expressions. + +Maximum length of the history list is determined by the value +of `history-length', which see.") (defalias 'delete-non-matching-lines 'keep-lines) -- 2.30.2